home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / ftp / ftp-config.hlp.z / ftp-config.hlp
Encoding:
Text File  |  1997-07-30  |  2.5 KB  |  69 lines

  1. #!/usr/bin/perl5
  2. #
  3. # ftp-config.hlp
  4. #
  5. # Copyright 1988-1996 Silicon Graphics, Inc.
  6. # All rights reserved.
  7. #
  8. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  9. # the contents of this file may not be disclosed to third parties, copied or
  10. # duplicated in any form, in whole or in part, without the prior written
  11. # permission of Silicon Graphics, Inc.
  12. #
  13. # RESTRICTED RIGHTS LEGEND:
  14. # Use, duplication or disclosure by the Government is subject to restrictions
  15. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  16. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  17. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  18. # rights reserved under the Copyright Laws of the United States.
  19. #
  20. # $Id: ftp-config.hlp,v 1.5 1997/04/17 21:29:08 shotes Exp $
  21.  
  22. print <<EndOfFile;
  23. Content-type: text/html
  24.  
  25. <FORM>
  26. <H2>Configuring the FTP Daemon</H2>
  27. <P>
  28. The FTP daemon, <VAR>ftpd</VAR>, listens for incoming connection
  29. requests and assigns user privileges for FTP sessions. After a
  30. session is underway, <VAR>ftpd</VAR> responds to requests that are
  31. conveyed in user commands. When logging is enabled, <VAR>ftpd</VAR>
  32. posts messages about session events to the server console and records
  33. them in the system log.
  34. </P>
  35. <P>
  36. Use the Configure FTP Daemon form to set these <VAR>ftpd</VAR> parameters:
  37. </P>
  38. <P>
  39. <STRONG>Enable FTP:</STRONG> This selection determines whether the FTP
  40. daemon will run and respond to requests. Select <VAR>Yes</VAR> to
  41. turn the FTP daemon on, and <VAR>No</VAR> to turn the daemon off.
  42. </P>
  43. (Default value: Yes)
  44. <P>
  45. <STRONG>Idle time before connection is dropped (seconds):</STRONG>
  46. The 900 seconds default allows a 15-minute interval of idle time on an
  47. FTP connection before the connection is closed. To increase or decrease
  48. the idle time, enter a new time in seconds.
  49. </P>
  50. (Default value: 900 seconds)
  51. <P>
  52. <STRONG>Log events in FTP sessions:</STRONG> This selection directs the 
  53. FTP daemon to record FTP session events on the console and the system log. 
  54. Select <VAR>Yes</VAR> (the default) to enable logging or <VAR>No</VAR> to
  55. disable it.
  56. </P>
  57. (Default value: Yes)
  58. <P>
  59. <STRONG>Permission settings for new files:</STRONG> The default
  60. permissions on user-created files in FTP-accessible directories are set
  61. to read, write, and execute for the owner (ftp) and to read for the ftp
  62. group and others. You can reset these defaults if you wish.
  63. </P>
  64. <CENTER>
  65. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  66. </CENTER>
  67. </FORM>
  68. EndOfFile
  69.